projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d7705e8
)
install: Do two separate pull commands
author
Colin Walters
<walters@verbum.org>
Fri, 24 Feb 2012 16:32:06 +0000
(11:32 -0500)
committer
Colin Walters
<walters@verbum.org>
Fri, 24 Feb 2012 16:32:06 +0000
(11:32 -0500)
Right now ostree-pull only accepts one ref.
gnomeos/yocto/gnomeos-install.sh
patch
|
blob
|
history
diff --git
a/gnomeos/yocto/gnomeos-install.sh
b/gnomeos/yocto/gnomeos-install.sh
index 2b796bbc69dddc8a0f1c2aca37968f56822a026c..051b5d6050b49e811f2b57515e12b6d8f9ffcd1a 100755
(executable)
--- a/
gnomeos/yocto/gnomeos-install.sh
+++ b/
gnomeos/yocto/gnomeos-install.sh
@@
-49,7
+49,8
@@
if ! test -d /ostree/repo/objects; then
fi
ostree --repo=repo remote add origin http://ostree.gnome.org/repo
-ostree-pull --repo=repo origin gnomeos-3.4-i686-{runtime,devel}
+ostree-pull --repo=repo origin gnomeos-3.4-i686-runtime
+ostree-pull --repo=repo origin gnomeos-3.4-i686-devel
uname=$(uname -r)